All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.app.anim.SpriteInvalidException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----quicktime.QTRuntimeException
|
+----quicktime.app.anim.SpriteInvalidException
- public class SpriteInvalidException
- extends QTRuntimeException
Certain actions like invalidate can only be performed on a TwoDSprite
when the Sprite that it uses is an active member of its SpriteWorld.
If a method is called on the TwoDSprite when its Sprite is invalid
this runtime exception is thrown.
-
SpriteInvalidException(String)
- Creates the exception.
SpriteInvalidException
public SpriteInvalidException(String s)
- Creates the exception.
- Parameters:
- s - a message
All Packages Class Hierarchy This Package Previous Next Index